![]() |
Kinetis SDK Demo Applications User Guide
1.0.0-beta
Freescale Semiconductor, Inc.
|
#include "board.h"#include "fsl_uart_hal.h"Go to the source code of this file.
Macros | |
| #define | getc(x) |
| getc redefine to uart getchar function. More... | |
| #define | putc(x) |
| putc redefine to uart putchar function. More... | |
Functions | |
| static void | cmd_puts (const char *s) |
| Output a string via uart. No /n appended. More... | |
| #define getc | ( | x | ) |
| #define putc | ( | x | ) |
|
inlinestatic |
| [in] | s | Pointer of output string. |